github.com/klauspost/compress/zstd.encoderOptions.resetOpt (field)
7 uses
github.com/klauspost/compress/zstd (current package)
encoder.go#L139: e.o.resetOpt = true
encoder.go#L140: defer func() { e.o.resetOpt = false }()
encoder_options.go#L17: resetOpt bool
encoder_options.go#L96: if o.resetOpt && n != o.concurrent {
encoder_options.go#L120: if o.resetOpt && n != o.windowSize {
encoder_options.go#L241: if o.resetOpt && l != o.level {
encoder_options.go#L328: if o.resetOpt && b != o.lowMem {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |